projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1c8fa
)
[configure] Add check for cairo-svg.h for file print backend
author
Nirbheek Chauhan
<nirbheek@gentoo.org>
Fri, 6 Nov 2009 04:47:15 +0000
(
05:47
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Fri, 6 Nov 2009 04:47:15 +0000
(
05:47
+0100)
Closes https://bugzilla.gnome.org/show_bug.cgi?id=600222
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 525bb5cfb8de76fe808c36defe1a62488d8c83f1..fb99c3a715fdea4cbe3159e9466f55d87758550f 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1932,6
+1932,10
@@
if test "$os_win32" != "yes"; then
AC_CHECK_HEADER(cairo-ps.h,,AC_MSG_ERROR([
*** Can't find cairo-ps.h. You must build Cairo with the
*** postscript backend enabled.]))
+
+ AC_CHECK_HEADER(cairo-svg.h,,AC_MSG_ERROR([
+*** Can't find cairo-svg.h. You must build Cairo with the
+*** svg backend enabled.]))
fi
CPPFLAGS="$gtk_save_cppflags"